Previous Book Contents Book Index Next

Inside Macintosh: QuickDraw GX Objects /
Chapter 7 - View-Related Objects / View-Related Objects Reference
Constants and Data Types


View Port Attributes

The view port attributes are a set of flags that modify the behavior of the view port object. Constants for all recognized view port attributes are defined in the gxPortAttributes enumeration:

enum gxPortAttributes {
   gxGrayPort           = 0x0001,   /* convert to gray space */
   gxAlwaysGridPort     = 0x0002,   /* use gxDeviceGridStyle */
   gxEnableMatchPort    = 0x0004    /* perform color matching */
};

typedef long gxPortAttribute;
The individual view port attributes are described in Table 7-2 on page 7-20.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
7 JUL 1996